{# Shared split-screen shell for the auth pages. Child pages define two blocks: auth_form - the form card (left side) auth_footer - the small link row under the form (optional) The right panel is deliberately quiet: an ambient backdrop and the project's own name and description. It is the first screen a user of your app sees, so it is a good place to put a product visual once you have one. #} {% extends "base.html" %} {% block head_extra %} {# Reset-password and verify-email carry one-time tokens in the URL. Never let a crawler snapshot them. #} {% endblock %} {% block navbar %}{# auth pages stand alone - no navbar #}{% endblock %} {% block content %}
{{ project_name }} {{ project_description }}